home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / boot-tools / starter / installation < prev    next >
Text File  |  1996-04-08  |  1KB  |  55 lines

  1.       (welcome "Welcome to the 'Starter' Installation!\n\nIt copies all neccessary files to\nthe right places.")
  2.  
  3.       (copyfiles
  4.            (prompt "Kopiere 'Close_Starter' in die\nWB-Startup Schublade (Nötig!)")
  5.            (pattern "#?")
  6.            (source "wbstartup/")
  7.            (dest "sys:WBStartup/")
  8.            (confirm)
  9.            (infos)
  10.            (help @copyfiles-help)
  11.       )
  12.  
  13.       (copyfiles
  14.         (prompt "Soll die Voreinstellung (incl.Bild)\ninstalliert werden?")
  15.         (pattern "#?")
  16.         (source "s/")
  17.         (dest "s:")
  18.         (confirm)
  19.         (infos)
  20.         (help @copyfiles-help)
  21.       )
  22.  
  23.       (complete 25)
  24.  
  25.       (copyfiles
  26.     (prompt "Soll die spezielle 'system-configuration'\nkopiert werden? (Empfohlen!)")
  27.     (source "devs/system-configuration")
  28.     (dest "devs:")
  29.     (confirm)
  30.     (help @copyfiles-help)
  31.       )
  32.  
  33.       (complete 50)
  34.  
  35.       (copylib
  36.           (prompt "Kopiere 'Starter' nach c:")
  37.           (help @copylib-help)
  38.           (source "c/Starter")
  39.           (dest "C:")
  40.       )
  41.  
  42.       (copyfiles
  43.            (prompt "Verdopple startup-sequence ")
  44.            (source "s:startup-sequence")
  45.            (help @copyfiles-help)
  46.            (dest "s:startup-seq")
  47.            (confirm)
  48.       )
  49.  
  50.       (complete 100)
  51.  
  52.       (exit "Jetzt wie in der Anleitung beschrieben\ndie beiden 'Startup'-files ändern!")
  53.  
  54.  
  55.